home *** CD-ROM | disk | FTP | other *** search
/ Programming Windows 95 / Programming Windows 95.iso / code / CHAP14 / BIGJOB2.MAK < prev    next >
Encoding:
Text File  |  1996-01-01  |  235 b   |  10 lines

  1. #-----------------------
  2. # BIGJOB2.MAK make file
  3. #-----------------------
  4.  
  5. bigjob2.exe : bigjob2.obj
  6.      $(LINKER) $(GUIFLAGS) -OUT:bigjob2.exe bigjob2.obj $(GUILIBS)
  7.  
  8. bigjob2.obj : bigjob2.c
  9.      $(CC) $(CFLAGSMT) bigjob2.c
  10.